home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / gall8.dir / 00068_backButton.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  88 b   |  7 lines

  1. on mouseUp
  2.   global backFrame
  3.   if backFrame <> "*" then
  4.     go(backFrame)
  5.   end if
  6. end
  7.